/* Della HTML Template*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two
5. Main Slider
6. Footeer
7. Conact form
8. Fact-counter
9. About us
10. Text block
11. Work Process
12. Our Projects
13. Testimonials
14. Team
15. Pricing Plan
16. Partner Logo


**********************************************/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900|Roboto:300,400,500,700');
/*font-family: 'Roboto', sans-serif;
font-family: 'Raleway', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Rubik');
@import url('https://fonts.googleapis.com/css?family=Spectral|Rubik');

@import url('global.css');
@import url('element.css');
@import url('font-awesome.css');
@import url('icomoon.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('slick.css');


.hero-pages {
	position: relative;
}

.logo-image-main {
	position: absolute;
	right: 0px;
	top: 224px;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99999;
	width: 100%;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
}

.main-header .auto-container {
	position: fixed;
}

.main-header .main-box {
	position: fixed;
	padding: 0px 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.fixed-header .main-box {
	position: fixed;
	padding: 0px 0px;
	z-index: 99999;
	opacity: 1;
	visibility: visible;
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.06);
}

.main-header.header-style-3.fixed-header .main-box {
	background: #000;
	box-shadow: none;
}

.main-header.fixed-header .header-span {
	height: 60px;
}

.main-header .main-box .outer-container {
	background-color: #ffffff;
	position: sticky;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.main-header .main-box .logo-box {
	position: absolute;
	left: 50px;
	z-index: 10;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.header-style-2 .main-box .logo-box {
	left: 0;
}

.main-header .main-box .logo-box .logo {
	display: inline-block;
	padding: 8px 0px 5px 0px;
}

.main-header.header-style-1 .main-box .logo-box .logo {
	border-right: 1px solid #f4f4f4;
	padding-right: -20px;
}

.main-header .main-box .logo-box span {
	margin-left: 15px;
	margin-top: 3px;
	position: relative;
	top: 3px;
}

.main-header .main-box .logo-box .logo img {
	display: inline-block;
	max-width: 100%;
}

.main-logoDP {
	height: 42px;
}

.main-header .nav-toggler button {
	position: relative;
	display: block;
	color: #353535;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
	background: none;
}

.main-header .nav-outer {
	position: absolute;
	top: 5px;
	z-index: 10;
}

.main-menu {
	position: relative;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navbar-collapse {
	padding: 0px;
}

.main-menu .navigation {
	position: relative;
	margin-left: 145px;
}

.main-menu .navigation>li {
	position: relative;
	margin-left: 25px;
	display: inline-block;
	padding: 0;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li:first-child {
	margin-left: 25px;
}

.fixed-header .main-menu .navigation>li>a {
	padding: 0;
	line-height: 28px;
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	padding: 0px 0px;
	color: #222;
	text-align: center;
	margin: 10px 0px 20px 0px;
	text-transform: uppercase;
	letter-spacing: 0px;
	opacity: 1;
	font-weight: 800;
	font-size: 14px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-family: 'rubik';
}

.popup-menu .main-menu .navigation>li>a {
	color: #fff;
	line-height: 40px;
}

.main-menu .navigation>li.dropdown>a:before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 0px;
	font-size: 16px;
	top: 2px;
}

.main-menu .navigation>li.dropdown a {
	padding-right: 18px;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
	color: #F78E3B;
	opacity: 1;
}

.fixed-header .main-menu .navigation>li:hover>a,
.fixed-header .main-menu .navigation>li.current>a {
	color: #F78E3B;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 240px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgb(242, 242, 242);
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 20px;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #292929;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #F3713C;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 12px;
	width: 10px;
	height: 20px;
	display: block;
	color: #292929;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
	color: #ffffff;
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0px;
	width: 240px;
	padding: 0px;
	z-index: 100;
	display: none;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 20px;
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #292929;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
	color: #F3713C;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	right: 10px;
	top: 11px;
	width: 10px;
	height: 20px;
	display: block;
	color: #292929;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
	color: #ffffff;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 0;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #ffffff;
	line-height: 28px;
	border: 1px solid #ffffff;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none;
}

#phone-icon {
	margin: 10px;
}

/*header style two*/

.main-header.header-style-3 .main-box .logo-box {
	position: relative;
	left: 0;
}

.main-header.header-style-3 .main-box .outer-container {
	justify-content: flex-start;
}

.main-header.header-style-3 .main-box .logo-box .social-icon-one {
	display: inline-block;
	border-left: 1px solid #ffffff5c;
	margin-left: 20px;
	position: relative;
	top: 3px;
}

.main-header.header-style-3 .main-box .logo-box .logo {
	padding: 38px 0 45px;
}

.main-header.header-style-3 {
	position: absolute;
	box-shadow: none;
	left: 0;
	top: 0;
}

.header-style-3 .social-icon-one li a {
	color: #fff;
	line-height: 10px;
}

.header-style-3 .main-box .social-icon-one li a span {
	top: 0;
}

.nav-outer.popup-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	background: #000;
	padding: 0 30px;
}

.nav-outer.popup-menu .main-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

/* info-options */


.main-header .info-options {
	position: absolute;
	right: 40px;
	margin-left: 25px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header.header-style-2 .info-options {
	right: 0px;
	padding-left: 8px;
	border-left: 1px solid #f2f2f2;
}

.main-header .info-options>.get-quote-btn {
	color: #222222;
	font-family: 'rubik';
	font-size: 1.45rem;
	padding: 5px 10px;
	margin: 0px 10px 0px 10px;
	border: 1px solid #222222;
	border-radius: 1px;
}

.main-header .info-options>.get-quote-btn:hover {
	color: #fffdfc;
	border-color: #F3713C;
	background-color: #F3713C;
}

.main-header .info-options>.link,
.main-header .info-options>button,
.main-header .info-options>ul {
	display: inline-block;
}

.main-header .info-options .link .btn-style-three {
	color: #222222;
	border-color: #e9e9e9;
	padding: 5px 30px;
}

.main-header .info-options .link .btn-style-three:hover {
	color: #F3713C;
	background: transparent;
}

.main-header .language .dropdown-btn {
	display: none;
}

.main-header .language .dropdown-menu {
	top: 150%;
	width: 170px;
	border-radius: 0px;
	padding: 0px;
	opacity: 0;
	visibility: hidden;
	left: inherit;
	display: block;
	right: 0;
	margin-top: 35px;
	background-color: #222222;
	border: none;
	border-top: 3px solid #F3713C;
	transition: .5s ease;
}

.main-header .language.open .dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.main-header .dropdown-option {
	padding: 10px 0;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #f2f2f2;
}

.main-header .dropdown-option li.language>a {
	border: 0px;
	padding: 0px;
	font-size: 15px;
	background: none;
	font-weight: 300;
	border-radius: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #767676 !important;
	background-color: #fff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .dropdown-option li.language span.icon-globe {
	color: #F3713C;
}

.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	background: transparent;
	border-color: transparent;
}

.main-header .language .dropdown-menu>li {
	padding-right: 0px !important;
	margin: 0px !important;
	float: none;
	display: block !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.main-header .language .dropdown-menu>li:last-child {
	border-bottom: none;
}

.main-header .language .dropdown-menu>li>a {
	padding: 10px 20px !important;
	color: #ffffff !important;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-header .language .dropdown-menu>li>a:hover {
	color: #ffffff;
	background: #F3713C;
}

/* toggle bar */

.header-style-3 .nav-toggler {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -10px;
	width: 100%;
}

.header-style-3 .nav-toggler .toggler-btn {
	position: relative;
	display: block;
	background: none;
	width: 34px;
	height: 20px;
	margin: 0 auto;
	cursor: pointer;
}

.header-style-3 .nav-toggler .toggler-btn.active {
	-webkit-transform: rotate(90deg) scaleX(0.6);
	-ms-transform: rotate(90deg) scaleX(0.6);
	-o-transform: rotate(90deg) scaleX(0.6);
	-moz-transform: rotate(90deg) scaleX(0.6);
	transform: rotate(90deg) scaleX(0.6);
}

.header-style-3 .nav-toggler .toggler-btn .bar {
	position: relative;
	display: block;
	height: 3px;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 5px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.header-style-3 .nav-toggler .toggler-btn .bar:first-child {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	-moz-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
}

.header-style-3 .nav-toggler .toggler-btn.active .bar:nth-child(2) {
	opacity: 0;
}

.header-style-3 .nav-toggler .toggler-btn.active .bar:first-child {
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.header-style-3 .nav-toggler .toggler-btn.active .bar:last-child {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	transform: rotate(30deg);
}

.header-style-3 .nav-toggler .toggler-btn .bar:last-child {
	margin-bottom: 0px;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
}




/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
}

.main-slider .tp-caption {
	z-index: 5;
}

.main-slider .tp-dottedoverlay {
	background: none !important;
}

.main-slider h2 {
	font-size: 88px;
	color: #ffffff;
	font-weight: 800;
	line-height: 72px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.main-slider h2.medium {
	font-size: 64px;
	text-transform: uppercase;
	font-weight: 900;
}


.main-slider h2.small {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 800;
}

.main-slider h2 span.border {
	position: relative;
	font-size: 64px;
	text-transform: capitalize;
}

.main-slider h2 span.border:before {
	position: absolute;
	content: '';
	background: #F3713C;
	height: 5px;
	width: 100%;
	left: 0;
	bottom: -5px;
}

.main-slider h2.alternate {
	text-transform: capitalize;
}


.main-slider h3 {
	font-size: 24px;
	color: #353535;
	font-weight: 800;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 10px;
}

.main-slider .text {
	margin: 6px 0px;
	position: relative;
	font-size: 1.7rem;
	color: #ffffff;
	font-weight: 500;
	line-height: 1.4em;
	font-family: 'rubik';
}

.main-slider .title {
	position: relative;
	color: #353535;
	font-size: 35px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.2em;
	text-transform: capitalize;
}

.main-slider .tp-bannertimer {
	display: none !important;
}

.main-slider .btns-box .theme-btn {
	margin: 0px 5px;
}

.main-slider .hesperiden .tp-bullet {
	background: transparent;
	border: 2px solid #F3713C;
	height: 8px;
	width: 8px;
}

.main-slider .hesperiden .tp-bullet:hover,
.hesperiden .tp-bullet.selected {
	background: #F3713C;
}


/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
	position: relative;
	padding-top: 225px;
	min-height: 1029px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.banner-section .content-column {
	position: relative;
}

.banner-section .content-column .inner-column {
	position: relative;
	padding-right: 80px;
	padding-top: 100px;
}

.banner-section .content-column h2 {
	position: relative;
	color: #ffffff;
	font-size: 50px;
	font-weight: 800;
	line-height: 1.2em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.banner-section .content-column .text {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 28px;
}

.banner-section .content-column .btns-box a {
	margin-right: 8px;
	margin-bottom: 8px;
}

.banner-section .content-column .btns-box a:nth-child(2) {
	top: 2px;
}

.banner-section .image-column {
	position: relative;
}

.banner-section .image-column .image {
	position: relative;
	text-align: right;
}

.banner-section .image-column .image .icons-layer {
	position: absolute;
	left: 0px;
	top: 90px;
	z-index: 1;
}

.banner-section .image-column .image img {
	position: relative;
	max-width: 100%;
}

.banner-section .mouse-btn-down {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
	width: 30px;
	height: 70px;
	cursor: pointer;
	display: block;
	background: url(../images/icons/mouse-icon.png) center center no-repeat;
	z-index: 20;
}

/*** 

====================================================================
	Main Footer style
====================================================================

***/

.main-footer {
	position: relative;
	background-color: #242424;
	padding: 12px 0;
}

.main-footer .container-box {
	position: relative;
}

.main-footer .copyright a {
	color: #fff;
}

.main-footer .scroll-to-top {
	position: absolute;
	bottom: 0px;
	right: 15px;
	color: #fb2f4e;
	font-size: 25px;
	font-size: 14px;
	text-transform: capitalize;
	text-align: center;
	z-index: 100;
	color: #F3713C;
	cursor: pointer;
	display: none;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .scroll-to-top span {
	font-size: 18px;
	margin-right: 8px;
	top: 4px;
	position: relative;
}


/*

========================================
	contact info
========================================

*/

.contact-details {
	position: relative;
	padding: 55px 0px 0px 0px;
}

.contact-details h4 {
	font-weight: 700;
	margin-bottom: 15px;
}

.contact-details .list-style-one {
	z-index: 1;
}

.contact-details .icon-box {
	position: absolute;
	color: #e9e9e9;
	font-size: 90px;
	right: 110px;
	top: 5px;
	z-index: 0;
}

/*** 

====================================================================
	Contact Form Style
====================================================================

***/

/*Contact Form*/

.contact-form h2 {
	position: relative;
}

.contact-form .form-group:last-child {
	margin-bottom: 25px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	padding: 12px 25px;
	font-weight: 300;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #ececec;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #F3713C;
}

.contact-form textarea {
	height: 150px;
	resize: none;
	padding: 12px 25px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: #ff0000 !important;
}

.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px 0px 0px 36px;
	font-size: 11px;
	color: #ff0000;
	font-weight: 500;
}

/* form style two */

.contact-form.style-two input[type="text"],
.contact-form.style-two input[type="email"],
.contact-form.style-two input[type="password"],
.contact-form.style-two select,
.contact-form.style-two textarea {
	background: #f7f8f9;
	border-color: #f7f8f9;
	box-shadow: none;
}

.contact-form.style-two textarea {
	height: 250px;
}

/* form style three */

.contact-form.style-three input[type="text"],
.contact-form.style-three input[type="email"],
.contact-form.style-three input[type="password"],
.contact-form.style-three select,
.contact-form.style-three textarea {
	background: #f7f8f9;
	border-color: #f7f8f9;
	box-shadow: none;
	padding-left: 50px;
}

.contact-form.style-three span {
	position: absolute;
	left: 30px;
	top: 13px;
	font-size: 24px;
	color: #F3713C;
}

/* form style four */

.contact-form.style-four input[type="text"],
.contact-form.style-four input[type="tel"],
.contact-form.style-four input[type="email"],
.contact-form.style-four input[type="password"],
.contact-form.style-four select,
.contact-form.style-four textarea {
	margin: -1px 10px 0px 35px;
	background: #ffffff;
	border-color: #e1e1e1;
	box-shadow: none;
	padding: 0;
	padding-left: 16px;
	border-top: 2px;
	height: inherit;
	line-height: 30px;
}

.contact-form.style-four textarea {
	height: 80px;
}

.contact-form.style-four .theme-btn {
	margin: 0px 0px 0px 0px;
}


/*** 

====================================================================
	Map Style
====================================================================

***/

.home-google-map .google-map {
	width: 100%;
	height: 510px;
}

.home-google-map .gmnoprint {
	display: none;
}

.map-section .container {
	position: relative;
}

.map-section .default-form-area {
	border: 0.1rem #cbcbcb solid;
	padding-top: 45px;
	background: #fff;
	box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.08);
	position: absolute;
	right: 0;
	bottom: -458x;
	max-width: 480px;
	z-index: 9;
	border-radius: 24px;
}

.map-section .default-form-area h4 {
	font-weight: 700;
	text-transform: uppercase;
}


/*
================================
	fact-counter
================================*/

.fact-counter-section {
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #f9f9f9;
	background-position: center;
}

.fact-counter-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.77;
	background-color: #000;
}

.fact-counter-section .section-title {
	color: #fff;
	font-weight: 800;
	text-align: center;
	margin-bottom: 50px;
}

.fact-counter {
	position: relative;
}

.fact-counter .column {
	position: relative;
	z-index: 5;
	margin-bottom: 50px;
}

.fact-counter .column .inner {
	position: relative;
	top: 0;
	text-align: center;
	padding: 0px 0px 0px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.fact-counter .column .inner:before {
	position: absolute;
	content: '';
	background: #343434;
	right: -10px;
	top: -12px;
	width: 1px;
	height: 80px;
}

.fact-counter .column:last-child .inner:before {
	display: none;
}

.fact-counter .column .inner .icon {
	position: relative;
	color: #fb394e;
	font-size: 50px;
	line-height: 1em;
}

.fact-counter .column .inner .icon-box {
	position: relative;
	padding-bottom: 28px;
	margin-bottom: 25px;
}

.fact-counter .column .inner .icon-box:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 40px;
	height: 3px;
	margin-left: -20px;
	background-color: #fb394e;
}

.fact-counter .count-outer {
	position: relative;
	margin: 0px 0px;
	display: inline-block;
}

.fact-counter .count-outer .plus-icon {
	position: relative;
	font-weight: 700;
	color: #F3713C;
	font-size: 50px;
	margin-left: 8px;
	font-family: 'Open Sans', sans-serif;
}

.fact-counter .count-outer .count-text {
	position: relative;
	font-weight: 700;
	color: #F3713C;
	font-size: 50px;
	font-family: 'Roboto', sans-serif;
}

.fact-counter .column .counter-title {
	position: relative;
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	line-height: 26px;
	margin-left: 12px;
}


/*
===========================
	about us
===========================
*/


.progress-levels {
	position: relative;
	margin-bottom: 30px;
}

.progress-levels .progress-box {
	position: relative;
	overflow: hidden;
	margin-top: 15px;
}

.progress-levels .progress-box .inner {
	position: relative;
}

.progress-levels .progress-box .inner .count-parcentage {
	position: absolute;
	right: -90px;
	top: 0;
}

.progress-levels .progress-box .inner .count-parcentage:before {
	position: absolute;
	content: '';
	background: #e9e9e9;
	left: -60px;
	top: 15px;
	height: 1px;
	width: 50px;
}

.progress-levels .progress-box .inner .count-text {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #252f3e;
	display: inline-block;
	margin-bottom: 25px;
}

.progress-levels .progress-box .inner .percent {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #252f3e;
	margin-left: 0px;
	display: inline-block;
}

.progress-levels .progress-box .bar {
	position: relative;
	height: 170px;
}

.progress-levels .progress-box .bar .bar-innner {
	position: relative;
	width: 52px;
	height: 170px;
	background-color: #ecf3f7;
}

.progress-levels .progress-box .bar .bar-fill {
	position: absolute;
	left: 0%;
	bottom: 0px;
	width: 52px;
	height: 0px;
	background-color: #F3713C;
	background-image: url(../images/icons/progress-bg.jpg);
	background-repeat: no-repeat;
	-moz-transition: all 2000ms ease 300ms;
	-webkit-transition: all 2000ms ease 300ms;
	-ms-transition: all 2000ms ease 300ms;
	-o-transition: all 2000ms ease 300ms;
	transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .inner .text {
	position: relative;
	color: #252f3e;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4em;
	text-align: left;
	margin-top: 15px;
	display: inline-block;
}

.progress-levels .progress-box .inner .text span {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 62px;
	font-weight: 300;
	line-height: 1em;
	color: rgba(37, 42, 62, 0.07);
}

/* slick slider page nav */

.slick-dots {
	display: inline-block;
	position: relative;
	top: 0px;
}

.slick-dots li {
	display: inline-block;
	margin: 0 10px;
}

.slick-dots li button {
	background: no-repeat;
	font-size: 24px;
	font-weight: 500;
	color: #c2c2c2;
	padding-bottom: 4px;
}

.slick-dots li.slick-active button {
	color: #242424;
	border-bottom: 2px solid #F3713C;
}

/*
===========================
	Text Block
===========================
*/

.text-block-one {
	position: relative;
}

.text-block-one h2 {
	position: relative;
	margin: 40px 0px;
}
.text-block-one h1{
	position: relative;
	margin: 40px 0px;
	font-size: 30px;
}

.text-block-one h2 b {
	font-weight: 800;
}

.text-block-one .text {
	color: #F3713C;
	position: relative;
	margin-bottom: 30px;
}

.text-block-one h4 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}


/*==============================
	Services block
===============================*/

.services-cards-title {
	color: #222222;
	text-align: center;
	margin: 5px 0px 20px 0px;
	font-size: 3rem;
}

.work-process-item .inner-box:before {
	position: absolute;
	content: '';
	height: 72px;
	width: 67px;
	right: -48px;
	top: 80px;
	background-image: url(../images/icons/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center;
}

.feature .flex-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 5px;
}

.main-services .owl-dot-style-three .owl-dots {
	margin: 0px 0px 50px 0px;
}

/*Services Block one*/

.services-block-one {
	height: 250px;
	position: relative;
	width: 33.33%;
}
/* .services-block-one {
	height: 257px;
	position: relative;
	width: 33.3%;
} */

.services-block-one .inner-box {
	text-align: center;
	position: relative;
	padding: 45px 23px 5px 23px;
	background: #fff;
	border: 1px solid #dddddd;
	border-bottom: 0px;
	border-right: 0px;
}

.services-block-one .inner-box:before {
	position: absolute;
	content: '';
	background: #fff;
	border-radius: 50%;
	width: 32px;
	right: -16px;
	z-index: 6;
	top: -16px;
}

.services-block-one .inner-box:after {
	position: absolute;
	content: '';
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	right: -6px;
	top: -6px;
	z-index: 9;
}

#services-last-block {
	border-right: 1px solid #dddddd;
}

#services-last-block:after {
	display: none;
}

.services-block-one .inner-box .icon-box {
	position: relative;
	color: #F3713C;
	font-size: 65px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	margin-bottom: 24px;
	transition: .5s ease;
}

.services-block-one:hover .inner-box .icon-box {
	transform: translate(0, -25px);
}

.services-block-one .inner-box h3 {
	position: relative;
	font-size: 18px;
	color: #F3713C;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 26px;
	transition: .5s ease;
	cursor: default;
}

.services-block-one .inner-box a {
	cursor: default;
}

#services-block-one-text {
	padding: 12px 0px 0px 0px;
}

.services-block-one:hover .inner-box h3 {
	transform: translate(0, -25px);
}

.services-block-one .inner-box .text {
	height: 94px;
	/* height: 130px; */
	position: relative;
	color: #353535;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4em;
	opacity: 0;
	visibility: hidden;
	transition: .5s ease;
}

.services-block-one:hover .inner-box .text {
	cursor: default;
	opacity: 1;
	visibility: visible;
}

.services-block-one .inner-box .read-more {
	position: relative;
	font-size: 40px;
	transform: rotate(90deg);
	display: inline-block;
	top: -15px;
	margin-bottom: 15px;
	transition: .5s ease;
}

.services-block-one:hover .inner-box .read-more {
	transform: translate(0, 30px) rotate(-90deg);
	color: #F3713C;
}

/* services block two */

.services-block-two {
	position: relative;
	margin-bottom: 35px;
	z-index: 99;
}

.services-block-two .inner-box {
	position: relative;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
}

.services-block-two .inner-box .image {
	position: relative;
	margin-bottom: 28px;
	margin-top: 10px;
}

.services-block-two .inner-box .image img {
	width: auto;
	display: inline-block;
}

.services-block-two .inner-box h3 {
	color: #F3713C;
	position: relative;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.services-block-two .inner-box .text {
	height: 113px;
	position: relative;
	color: #353535;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6em;
}

.services-block-two .inner-box .read-more {
	position: relative;
	margin-top: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	color: #767676;
	width: 45px;
	height: 45px;
	background: #fff;
	border: 1px solid #f2f2f2;
	line-height: 45px;
	border-radius: 50%;
	bottom: -22.5px;
}

.services-block-two .inner-box .overlay {
	padding: 40px 0px 0px 0px;
	position: absolute;
	left: 0;
	bottom: -40px;
	top: 0;
	width: 100%;
	box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.08);
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: .5s ease;
	transform: translate(0, -50px) scale(0.8);
}

.services-block-two .inner-box:hover .overlay {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0px) scale(1);
}

.services-block-two .inner-box .overlay .text {
	color: #464646;
	padding: 14px 30px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}

.services-block-two .inner-box .overlay .image {
	margin-top: 80px;
}

.services-block-two .inner-box .overlay .read-more {
	background: #F3713C;
	color: #fff;
}

/*==============================
	Work Process
===============================*/


.work-process-item {
	position: relative;
}

.work-process-item .inner-box {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.process-item .inner-box:before {
	position: absolute;
	content: '';
	height: 24px;
	width: 67px;
	right: -48px;
	top: 80px;
	background-image: url(../images/icons/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center;
}

.work-process-item:last-child .inner-box:before {
	display: none;
}

.WIP-logo {
	border-radius: 50%;
}

.work-process-item .inner-box .icon-box {
	top: 10px;
	position: relative;
	color: #F3713C;
	background: transparent;
	border: 1px solid #999999;
	height: 162px;
	width: 160px;
	line-height: 152px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 25px;
	transition: .5s ease;
}


.work-process-item .inner-box .icon-box:before {
	position: absolute;
	content: '';
	border: 1px solid #999999;
	border-radius: 50%;
	left: 38px;
	top: 38px;
	right: 38px;
	bottom: 38px;

}

.work-process-item .inner-box .overlay-icon {
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background: #F3713C;
	height: 160px;
	width: 160px;
	line-height: 160px;
	border-radius: 50%;
	transition: .5s ease;
	transform: scale(0.8, 0.8);
	opacity: 0;
	visibility: hidden;
}

.work-process-item .inner-box .overlay-icon span img {
	border-radius: 50%;
}

.work-process-item .icon-box:hover .overlay-icon {
	transform: scale(1, 1);
	opacity: 1;
	visibility: visible;
}

.work-process-text {
	color: #ffffff;
	font-family: 'roboto';
	font-weight: 100;
	font-size: 14px;
}

.pact-cards-title {
	Color: #F78E3B;
	font-size: 17px;
	font-weight: 600;
	margin: 6px 0px;

}

/*
======================================
	Our Projects
======================================
*/



.projects-block-one.mix {
	display: none;
}


/* projects block one */

.projects-block-one {
	position: relative;
	padding: 0 35px;
	margin-bottom: 70px;
}

.projects-block-one .inner-box {
	position: relative;
	transition: .5s ease;
}

.projects-block-one .inner-box:hover {
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.projects-block-one .inner-box:before {
	position: absolute;
	content: '';
	border: 1px solid #f2f2f2;
	width: 100%;
	height: 100%;
	left: -10px;
	top: -10px;
	transition: .5s ease;
}

.projects-block-one .inner-box:hover:before {
	opacity: 0;
	visibility: hidden;
}

.projects-block-one .image {
	position: relative;
	overflow: hidden;
}

.projects-block-one .image img {
	width: 100%;
	transition: .5s ease;
	transform: scale(1.05);
}

.projects-block-one:hover .image img {
	transform: scale(1);
}

.projects-block-one .image::before {
	background: #ffffff;
	bottom: 0px;
	content: "";
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	transition: all 0.4s ease-in-out 0s;
}

.projects-block-one:hover .image::before {
	opacity: 0.9;
}

.projects-block-one .overlay a {
	border-radius: 50%;
	color: #F3713C;
	font-size: 20px;
	height: 60px;
	margin: 0 5px;
	line-height: 60px;
	opacity: 0;
	display: inline-block;
	text-align: center;
	transform: translateX(0%) translateY(-30%) scale(0.5);
	transition: all 0.4s ease 0s;
	width: 60px;
}

.expand-icon {
	height: 30px;
	width: 30px;
}

.projects-block-one:hover .overlay a {
	opacity: 1;
	transform: translateX(0) translateY(0%) scale(1);
}

.projects-block-one .overlay {
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 25%;
	transform: translateY(-50%);
	transition: all 0.5s ease 0s;
	z-index: 10;
}

.projects-block-one:hover .overlay {
	opacity: 1;
}

.projects-block-one .caption-title {
	bottom: 20px;
	left: 20px;
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease-in-out 0s;
	z-index: 12;
}

.projects-block-one:hover .caption-title {
	opacity: 1;
}

.projects-block-one .caption-title h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	transform: translateY(15px);
	transition: all 0.4s ease-in-out 0s;
}

.projects-block-one .caption-title h4 a {
	color: #242424;
}

.projects-block-one:hover .caption-title h4,
.projects-block-one:hover .caption-title span {
	transform: translateX(0px);
}

.projects-block-one .caption-title span {
	color: #F3713C;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	transform: translateY(15px);
	transition: all 0.4s ease-in-out 0s;
	text-transform: capitalize;
}

.project-bottom-text {
	margin: 10px 0px 0px 0px;
	font-weight: 600;
	font-size: 1.5rem;
	font-family: 'rubik';
}



/*
======================================
	Testimonial
======================================
*/


.testimonial-block-one {
	position: relative;
}

.testimonial-block-one .author-info {
	position: relative;
	padding-left: 90px;
	padding-top: 15px;
	margin-top: 100px;
}

.testimonial-block-one .image {
	position: absolute;
	left: 0;
	top: 0;
	height: 75px;
	width: 75px;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-block-one h4 {
	color: #fff;
	font-weight: 700;
	margin-bottom: 6px;
}

.testimonial-block-one .designation {
	color: #F3713C;
	font-size: 16px;
}

.testimonial-block-one .content {
	position: relative;
	padding: 50px 0;
	padding-left: 100px;
}

.testimonial-block-one .content:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 2px;
	background: #F3713C;
	left: 35px;
	top: 0px;
}

.testimonial-block-one .icon-box {
	color: #fff;
	font-size: 40px;
	margin-bottom: 20px;
}

.testimonial-block-one .text {
	font-size: 24px;
	color: #fff;
	font-weight: 24px;
	line-height: 38px;
	font-weight: 300;
}



/*
======================================
	Team
======================================
*/

.our-team-container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.team-block-one {
	position: relative;
}

.team-block-one .inner-box {
	overflow: hidden;
}

.team-block-one .lower-content {
	text-align: left;
	position: relative;
	border: 1px solid #f2f2f2;
	padding: 20px 28px 15px;
}

.team-block-one .designation a {
	color: #F3713C;
	border-bottom: 1px solid #F3713C;
	font-size: 16px;
	font-weight: 300;
	line-height: 15px;
	margin-bottom: 20px;
	display: inline-block;
}

.team-block-one h4 {
	font-weight: 700;
}

.team-block-one ul {
	border-top: 1px solid #f2f2f2;
	padding-top: 8px;
	margin-top: 10px;
}

.team-block-one ul li {
	display: inline-block;
	margin-right: 10px;
}

.team-block-one ul li a {
	color: #989898;
	font-size: 14px;
	font-weight: 300;
	border-bottom: 1px solid transparent;
	transition: .5s ease;
}

.team-block-one ul li a:hover {
	color: #F3713C;
	border-color: #F3713C;
}

.team-block-one .text {
	font-size: 1.4rem;
	margin-top: 7px;
}

.team-block-one .overlay {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	bottom: 0;
	left: 0;
	background-color: white;
	width: 100%;
	padding: 15px 15px 15px 15px;
	transform: translate(0, 20%);
	transition: .5s ease;
}

.team-block-one .inner-box:hover .overlay {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.map-section{
	margin: 45px 0px 0px 0px;
}

/*
======================================
	Pricing Plan
======================================
*/

.pricing {
	position: relative;
	padding: 100px 0 70px;
}

.pricing .sec-title {
	margin-bottom: 30px;
}

.pricing-block-one {
	position: relative;
	background: #fff;
	box-shadow: 0px 5px 32px 0px rgba(0, 0, 0, 0.08);
	padding: 50px;
	margin: 30px 65px;
}

.pricing-block-one:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background-image: url(../images/background/pattern.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.pricing .outer-box {
	max-width: 900px;
	margin: 0 auto;
}

.pricing .slick-list {
	overflow: visible;
}

.slick-prev {
	position: absolute;
	left: -25px;
	top: 50%;
	font-size: 0px;
	z-index: 99;
}

.slick-prev:before {
	position: absolute;
	content: "\e919";
	font-family: 'icomoon' !important;
	transform: rotate(-180deg);
	font-size: 40px;
	color: #b0b0b0;
	left: 0;
	top: 0;
	transition: .5s ease;
}

.slick-next {
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 0px;
	z-index: 99;
}

.slick-next:before {
	position: absolute;
	content: "\e919";
	font-family: 'icomoon' !important;
	font-size: 40px;
	color: #b0b0b0;
	left: 0;
	top: 0;
	transition: .5s ease;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	color: #F3713C;
}

.pricing .slick-initialized .slick-slide {
	opacity: 0.5;
}

.pricing .slick-initialized .slick-slide.slick-current {
	opacity: 1;
}

.pricing-block-one h4 {
	position: relative;
	font-weight: 800;
	color: #F3713C;
	text-transform: uppercase;
	margin-top: 5px;
}

.pricing-block-one .link-btn {
	position: absolute;
	right: 50px;
	top: 55px;
}

.pricing-block-one .price {
	position: relative;
	font-size: 72px;
	font-weight: 800;
	color: #242424;
	margin: 40px 0 20px;
	padding-bottom: 35px;
	font-family: 'Raleway', sans-serif, ;
	border-bottom: 1px solid #f2f2f2;
}

.pricing-block-one .price span {
	position: relative;
	font-size: 24px;
}

.pricing-block-one .price sub {
	position: relative;
	font-size: 20px;
}

.pricing-block-one ul li {
	position: relative;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 300;
}


/*
==================================
	latest blog
==================================
*/

.news-block-one {
	position: relative;
}

.news-block-one .inner-box {
	position: relative;
	margin-bottom: 40px;
}

.news-block-one .inner-box .image {
	display: inline-block;
	position: relative;
}

.news-block-one .inner-box .date {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #fff;
	color: #303030;
	font-size: 16px;
	font-weight: 300;
	padding: 0px 15px;
}

.news-block-one .lower-content {
	position: relative;
	margin-top: 30px;
	padding-right: 50px;
}

.news-block-one h5 {
	font-size: 14px;
	font-weight: 800;
	color: #F3713C;
	margin-bottom: 5px;
}

.news-block-one .post-meta {
	font-size: 16px;
	font-weight: 300;
}

.news-block-one h4 {
	color: #242424;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	transition: .5s ease;
}

.news-block-one h4:hover {
	color: #F3713C;
}


/* news block two */

.news-block-two {
	position: relative;
}

.news-block-two .inner-box {
	position: relative;
	margin-bottom: 40px;
	border: 2px solid #f4f4f4;
	margin-right: 40px;
	padding: 20px 30px 40px;
}

.news-block-two .lower-content {
	position: relative;
	margin-top: 30px;
}

.news-block-two h5 {
	font-size: 14px;
	font-weight: 800;
	color: #F3713C;
	margin-bottom: 5px;
}

.news-block-two .post-meta {
	font-size: 16px;
	font-weight: 300;
}

.news-block-two h4 {
	color: #242424;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	transition: .5s ease;
}

.news-block-two h4:hover {
	color: #F3713C;
}

/* news block three */

.news-block-three {
	position: relative;
}

.news-block-three .inner-box {
	position: relative;
	margin-bottom: 40px;
}

.news-block-three .inner-box .image {
	display: inline-block;
	position: relative;
}

.news-block-three .inner-box .date {
	position: absolute;
	right: 20px;
	top: 20px;
	background: #fff;
	color: #303030;
	font-size: 16px;
	font-weight: 300;
	padding: 0px 15px;
}

.news-block-three .lower-content {
	position: relative;
	padding: 30px 24px 20px;
	border: 1px solid #f4f4f4;
}

.news-block-three h5 {
	font-size: 14px;
	font-weight: 800;
	color: #F3713C;
	margin-bottom: 5px;
}

.news-block-one .post-meta {
	font-size: 16px;
	font-weight: 300;
}

.news-block-three h4 {
	color: #242424;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	transition: .5s ease;
}

.news-block-three h4:hover {
	color: #F3713C;
}

.blog-image {
	box-shadow: 1.6px 1.6px 5.6px grey;
    border-radius: 11px;
    text-align: center;
	width: 330px;
	height: auto;
}


/* block quote */

.block-quote {
	position: relative;
	padding: 30px 50px;
	margin-bottom: 40px;
	margin-top: 30px;
	background: #f7f7f7;
	text-align: center;
}

.block-quote .quote-icon {
	position: absolute;
	left: 50%;
	margin-left: -55px;
	font-size: 110px;
	top: 20px;
	color: #fff;
}

.block-quote .text {
	position: relative;
}

.block-quote .author-info {
	border-top: 1px solid #e6e6e6;
	max-width: 300px;
	margin: 0 auto;
	padding-top: 15px;
	margin-top: 15px;
}

.block-quote .author-info .author {
	position: relative;
	font-size: 18px;
	font-weight: 700;
}

.block-quote .author-info .designation {
	color: #F3713C;
	font-size: 16px;
	font-weight: 300;
}

/*post share options*/

.post-share-options {
	position: relative;
	padding: 20px 0px 0px;
	margin-top: 30px;
	border-top: 1px solid #f4f4f4;
}

.post-share-options .tags span {
	font-size: 18px;
	color: #222222;
	font-weight: 400;
}

.post-share-options .tags a {
	position: relative;
	color: #F3713C;
	font-size: 16px;
	font-weight: 700;
}

.post-share-options .tags {
	position: relative;
	color: #b7b7b7;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
}

.post-share-options .like-comment li {
	font-size: 16px;
	color: #747474;
	display: inline-block;
	margin-right: 15px;
}

.post-share-options .like-comment span {
	position: relative;
	height: 35px;
	width: 35px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	color: #F3713C;
	background: #f7f7f7;
	border-radius: 50%;
	margin-right: 15px;
}

/* author box */

.author-box {
	position: relative;
	margin-top: 40px;
	margin-bottom: 50px;
}

.author-box h2 {
	position: relative;
	color: #222222;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
}

.author-box .author-comment {
	position: relative;
	padding: 30px 30px;
	border: 1px solid #f4f4f4;
}

.author-box .author-comment .inner-box {
	position: relative;
	padding-left: 115px;
}

.author-box .author-comment .inner-box .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 85px;
}

.author-box .author-comment .inner-box h3 {
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.author-box .author-comment .inner-box .text {
	position: relative;
	color: #848484;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6em;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.comments-area {
	position: relative;
	margin-top: 0px;
	margin-bottom: 50px;
}

.news-block-three .group-title {
	position: relative;
	margin-bottom: 30px;
}

.news-block-three .group-title h2 {
	position: relative;
	font-size: 30px;
	color: #222222;
	font-weight: 700;
	text-transform: uppercase;
}

.comments-area .comment-box {
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comments-area .comment-box:nth-child(1) {
	padding-top: 0px;
}

.comments-area .comment-box:hover {
	border-color: #eb5310;
}

.comments-area .comment {
	position: relative;
	font-size: 14px;
	padding: 0px 0px 0px 90px;
}

.comments-area .comment .comment-inner {
	position: relative;
	padding: 15px 20px;
	border: 1px solid #f4f4f4;
}

.comments-area .comment .comment-inner .rating {
	position: absolute;
	right: 15px;
	top: 15px;
}

.comments-area .comment .comment-inner .rating .fa {
	display: inline-block;
	color: #F3713C;
}

.comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
}

.comments-area .comment-box .author-thumb img {
	width: 70px;
	display: block;
}

.comments-area .comment-info {
	position: relative;
	color: #222222;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
}

.comments-area .comment-box .text {
	color: #666666;
	font-size: 16px;
	margin-top: 8px;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 6px;
}

.comments-area .reply-comment {
	margin-left: 40px;
}

/*Comment Form*/

.comment-form .group-title {
	margin-bottom: 20px;
}

.comment-form .rating-box {
	position: relative;
	margin-bottom: 20px;
}

.comment-form .rating-box .text {
	position: relative;
	font-size: 14px;
	color: #222222;
	margin-bottom: 10px;
}

.comment-form .rating-box .rating {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	border-right: 1px solid #f2f2f2;
	padding-right: 10px;
}

.comment-form .rating-box .rating .fa {
	position: relative;
	margin-right: 2px;
	display: inline-block;
}

.comment-form .rating-box .rating a {
	position: relative;
	color: #d6d6d6;
	font-size: 14px;
	display: inline-block;
	transition: .5s ease;
}

.comment-form .rating-box .rating:hover a {
	color: #F3713C;
}

.comment-form .form-group {
	position: relative;
	margin-bottom: 30px;
}

.comment-form .form-group:last-child {
	margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 15px;
	border: 1px solid #efefef;
	height: 50px;
	color: #848484;
	font-weight: 300;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
	border-color: #F3713C;
}

.comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 15px;
	color: #848484;
	border: 1px solid #efefef;
	height: 105px;
	font-weight: 300;
	background: #ffffff;
	resize: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.comment-form button {
	position: relative;
	margin-top: 10px;
}

.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus {
	border-color: #f06529;
}



/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	overflow: hidden;
	padding: 100px 0px 60px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .with-border {
	padding-left: 30px;
}

.sidebar-page-container .sidebar-side .with-border:before {
	position: absolute;
	content: '';
	left: 15px;
	top: -200px;
	height: 5000px;
	border-left: 1px solid #f0f0f0;
}

.sidebar-widget {
	position: relative;
	margin-bottom: 45px;
}

/*Search Box Widget*/

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	line-height: 28px;
	padding: 10px 50px 10px 20px;
	border: 1px solid #f2f2f2;
	background: none;
	display: block;
	font-size: 14px;
	width: 100%;
	height: 50px;
	font-weight: 400;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
	position: absolute;
	right: 14px;
	top: 10px;
	height: 28px;
	width: 30px;
	font-size: 14px;
	color: #222222;
	line-height: 100%;
	background: none;
	display: inline-block;
	font-weight: normal;
	text-align: right;
	border-left: 1px solid #f2f2f2;
}

.sidebar .search-box.style-two .form-group button {
	background-color: #3841b2;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	color: #ffffff;
	text-align: center;
}


/*Sidebar Title*/

.sidebar-title {
	position: relative;
	margin-bottom: 20px;
}

.sidebar-title h2 {
	font-size: 22px;
	color: #222222;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: capitalize;
}

/*Blog Category*/

.main-blog-div{
	display: flex;
	flex-wrap: wrap;
}

.inner-blog-div{
	width: 30%;
	margin: 10px 15px 5px 15px;
	padding: 15px 15px 10px 15px;
    border: 1.5px solid #cfcfcf;
    border-radius: 16px;
    box-shadow: 2.5px 2.5px 4px #F3713C;
}

.blog-cat {
	position: relative;
	padding: 20px 25px 20px;
	border: 1px solid #eeeeee;
}

.blog-cat li {
	position: relative;
	margin-bottom: 15px;
}

.blog-cat li a {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding-bottom: 12px;
	color: #727272;
	padding-left: 25px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.blog-cat li a:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 80px;
	height: 1px;
	background-color: #eeeeee;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.blog-cat li a:hover::after {
	width: 100%;
	background-color: #F3713C;
}

.blog-cat li:last-child {
	margin-bottom: 0px;
}

.blog-cat li:last-child a {
	border: 0px;
}

.blog-cat li a span {
	float: right;
}

.blog-cat li a:before {
	position: absolute;
	content: '\f175';
	left: 0px;
	top: 0;
	width: 8px;
	height: 8px;
	font-family: 'FontAwesome';
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.blog-cat li a:hover {
	color: #F3713C;
}

.blog-cat li a:hover::before {
	color: #F3713C;
	transform: rotate(-90deg);
	top: 10px;
	left: -4px;
}

.recent-comments .sidebar-title {
	margin-bottom: 40px;
}

.main-blog-comtainer {
	position: relative;
}

.blogs-btn{
	display: inline-block;
	padding: 10px 45px;
	margin: 30px 0px 0px 0px;
	text-align: center;
	border: 1px solid #ffffff;
	background-color: #F3713C;
}

.blogs-btn h4 {
	color: #ffffff;
	font-size: 2.1rem;
	font-weight: 500;
	font-family: 'rubik';
}

.blogs-btn-div{
	text-align: center;
	margin: 0px 0px 45px 0px;
}

/*Comment Block*/

.comment-block {
	position: relative;
	margin-bottom: 40px;
}

.comment-block .inner {
	position: relative;
	padding: 36px 20px 20px;
	border: 1px solid #f2f2f2;
}

.comment-block .inner .date {
	position: absolute;
	left: 22px;
	top: -15px;
	font-size: 14px;
	color: #848484;
	padding: 1px 12px;
	background-color: #f6f6f6;
}

.comment-block .inner .content {
	position: relative;
	padding-left: 70px;
}

.comment-block .inner .content .image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
}

.comment-block .inner .content h3 {
	position: relative;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 3px;
}

.comment-block .inner .content h3 a {
	color: #222222;
}

.comment-block .inner .content .text {
	position: relative;
	color: #727272;
	font-size: 16px;
}

.comment-block .inner .content .reply-btn {
	position: absolute;
	right: 0px;
	top: 10px;
	color: #222222;
	font-size: 18px;
}

.comment-block .inner .content .reply-btn:hover {
	color: #F3713C;
}

/*Post Widget*/

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-left: 110px;
	min-height: 110px;
	margin-bottom: 20px;
	border-bottom: 1px solid #f0f0f0;
}

.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
	min-height: 90px;
	border: 0px;
}

.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 90px;
}

.sidebar .popular-posts .post:hover .post-thumb img {
	opacity: 0.70;
}

.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .post-thumb .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	background-color: rgba(231, 0, 62, 0.7);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay {
	opacity: 1;
}

.sidebar .popular-posts .post .text {
	position: relative;
	top: -4px;
	font-size: 16px;
	margin: 0px 0px 0px;
	font-weight: 700;
	color: #222222;
	line-height: 1.6em;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
}

.sidebar .popular-posts .post .text a {
	color: #222222;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
	color: #F3713C;
}

.sidebar .popular-posts .post-info {
	position: relative;
	font-size: 16px;
	color: #727272;
	padding-left: 22px;
	font-weight: 300;
}

.sidebar .popular-posts .post-info:before {
	position: absolute;
	content: '\f073';
	left: 0px;
	top: 0px;
	color: #F3713C;
	font-size: 14px;
	font-family: 'FontAwesome';
}

/*Popular Tags*/

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 4px 10px 4px;
	margin: 0px 6px 10px 0px;
	color: #848484;
	text-align: center;
	font-size: 15px;
	text-transform: capitalize;
	background: none;
	font-weight: 300;
	border: 1px solid #f0f0f0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
	color: #ffffff;
	border-color: #F3713C;
	background-color: #F3713C;
}



/*
==================================
	Partner Logo
==================================
*/

.partner-logo {
	position: relative;
	overflow: hidden;
	margin-top: -14px;
	margin-bottom: 30px;
}

.partners-heading {
	font-size: 1.9rem;
	margin: 0px 0px 20px 0px;
}

.partners-text {
	font-size: 1.5rem;
	margin: 10px 0px 10px 0px;
}

.partner-logo .outer-box {
	position: relative;
	margin: 25px -1px -1px -1px;
}

.partner-logo .partner-column {
	padding: 0px;
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.partner-logo .image {
	position: relative;
	text-align: center;
	line-height: 115px;
}

.partner-logo .image .partners-title {
	opacity: 0.92;
	transition: .5s ease;
	user-select: none;
}

.partners-title {
	color: #F3713C;
	background-color: #ffffff;
}

.partner-logo .image:hover .partners-title {
	opacity: 1;
}

.partners-title {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 115px;
}

.partners-title:hover {
	color: #ffffff;
	background-color: #F3713C;
}

/*
==================================
	Projects detaisl
==================================
*/

.projects-details {
	position: relative;
}

.projects-details .owl-dot-style-one .owl-dots {
	top: -40px;
}

.projects-details h2 {
	font-weight: 700;
	margin-bottom: 25px;
}


.projects-details .info-column {
	position: relative;
	margin-bottom: 40px;
}

.projects-details .info-column .inner-column {
	position: relative;
	border-left: 1px solid #f2f2f2;
	padding-left: 30px;
	padding-bottom: 100px;
}

.projects-details .info-column .inner-column ul {
	position: relative;
}

.projects-details .info-column .inner-column ul li {
	position: relative;
	margin-bottom: 20px;
	color: #848484;
	font-weight: 300;
}

.projects-details .info-column .inner-column ul li:last-child {
	margin-bottom: 0px;
}

.projects-details .info-column .inner-column ul li span {
	position: relative;
	color: #222;
	font-size: 16px;
	margin-right: 20px;
	font-weight: 700;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
}


.projects-details .info-column .inner-column ul li .rating {
	display: inline-block;

}

.projects-details .info-column .inner-column ul li .rating span {
	font-family: FontAwesome;
	color: #F3713C;
	margin-right: 8px;
}


.project-pagination {
	overflow: hidden;
	display: block;
	padding-bottom: 16px;
	padding-top: 16px;
	margin: 0;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}

.project-pagination .button a {
	color: #848484;
	font-size: 18px;
	font-weight: 300;
	transition: all 500ms ease;
	text-align: center;
	display: block;
}

.project-pagination .button a:hover {
	color: #F3713C;
}

.project-pagination .button a i {
	display: inline-block;
	font-size: 20px;
	position: relative;
}

.project-pagination .button.next a i {
	padding-right: 0px;
	padding-left: 0;
}


.project-pagination .icon-holder a i {
	color: #252525;
	font-size: 24px;
	position: relative;
	top: 11px;
	transition: all 500ms ease 0s;
}

.project-pagination .icon-holder a:hover i {
	color: #F3713C;
}


/* perticle js */

#particles-js {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
}

.zindex-0 #particles-js {
	z-index: 0;
}

/* -----New contact us------  */

.contact-us-new {
	display: flex;
	flex-wrap: wrap;
	margin: 10px;
}

.contact-us-section {
	text-align: center;
	margin: 10px 14px;
}

.contact-us-icon {
	height: 60px;
	width: 60px;
	margin: 0px 0px 15px 0px;
}

.contact-us-inner-container {
	text-align: center;
	font-family: 'Rubik';
	color: #222222;
	font-size: 1.7rem;
	max-width: 580px;
	margin: 5px 0px 10px 0px;
	padding: 30px 10px 6px 10px;
}

.contact-section-btn {
	text-align: center;
}

.verified-by-main-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 60%;
	align-items: center;
}

.verified-by-title {
	font-weight: 600;
	font-size: 1.9rem;
	margin: 5px 1px 20px 1px;

}

.verified-by-container {
	display: flex;
	flex-wrap: wrap;
}



.verified-by-container .image-bottom img {
	height: 100px;
	width: auto;
}

.footer-text {
	color: #7c7c7c;
}





.projects-block-one .caption-title h4 a {
	transform: translate(487px, 44px) scale(1, 1);
	opacity: 1;
	width: 392px;
	height: 265px;
}

.ty-page {
	width: 100%;
	text-align: center;
}



.end-section {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #F3713C;
}

.bottom-section {
	margin: 0px 25px 0px 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.inner-bottom-section {
	width: 20%;
	padding: 5px 25px;
}

.inner-bottom-section h3 {
	margin: 10px 0px 15px 0px;
	font-size: 1.9rem;
	font-weight: 600;
	text-align: left;
	line-height: 2.3rem;
}

.inner-bottom-section ul li {
	color: #ffffff;
	font-size: 1.5rem;
	line-height: 2.2rem;
}




/* .inner-bottom-section ul li::before{
	content: "\2022";
	color: #3841b2;
} */

.img-box {
	text-align: center;
}


.mobile-footer-container {
	display: none;
	/* position: fixed;
	height: 50px;
	display: flex;
	flex-wrap: nowrap;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #F3713C;
	justify-content: center;
	align-items: center; */
}

.mobile-footer-inner-section {
	padding: 10px 0px;
	border: 0.3px solid #b1b1b1;
	text-align: center;
	width: 50%;
}

.mobile-footer-inner-section a span {
	font-size: 18px;
	display: inline-block;
	color: #00ad00;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mobile-footer-inner-section a {
	padding: 15px 18px;
}

.mobile-footer-inner-section h5 {
	display: inline-block;
	font-size: 1.46rem;
	font-weight: 600;

}

.fixed-btn {
    position: fixed;
    right: -52px;
    bottom: 32%;
    z-index: 999;
    transform: rotate(270deg);
}
.btn-orange{
	border-radius: 10px;
	padding: 2px 18px;
	background-color: #F3713C;
	color: #ffffff;
	border: 1px solid #ffffff;
	word-spacing: 0.35rem;
}


.modal-main-flex{
	display: flex;
	flex-direction: row;
	background-color: #ffffff;
	align-items: center;
	border-radius: 15px;
}


.modal-flex1{
	text-align: center;
	width:50%;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
}

/* @media only screen and (max-width: 600px) {
	.modal-main-flex{
		flex-direction: column;
		margin-top: 69px;
	}
	.modal-flex1{
		text-align: center;
		width: 100%;
	}
	.modal-flex1 img{
		margin: 30px 0px 30px 0px;
	}

} */

.modal .custom-close {
    vertical-align: middle;
    position: absolute;
    right: 6px;
    top: 8px;
    padding: 0rem 0.7rem 0rem 0.7rem;
    color: #333;
    font-size: 2.5rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
    border-radius: 10px;
}


.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form select, .contact-form textarea {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #9e9e9e;
    line-height: 30px;
    padding: 12px 25px;
    font-weight: 300;
    background-color: #ffffff;
    border-radius: 0px;
    border: 1px solid #ececec;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.contact-form.form-style36 input[type="text"], .contact-form.form-style36 input[type="tel"], .contact-form.form-style36 input[type="email"], .contact-form.form-style36 input[type="password"], .contact-form.form-style36 select, .contact-form.form-style36 textarea {
    margin: 0px 20px 0px 20px;
    background: #ffffff;
    border-color: #e1e1e1;
    box-shadow: none;
    padding: 0;
    padding-left: 16px;
    border-top: 2px;
    height: inherit;
    line-height: 30px;
	border-radius: 10px;
}

.modal-flex1-2{
	background-color: #F3713C;
}

.btn-style-fifteen-1 {
	color: #F3713C;
    position: relative;
    padding: 10px 18px;
    line-height: 6px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    background: #f7f7f7;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    border: 1px solid #f7f7f7;
    font-family: 'rubik';
    cursor: pointer;
	border-radius: 13px;
}

.modal-header h3{
	font-weight: 600;
	color: #ffffff;
	margin: 26px 0px 10px 0px;
}

.whatsapp-logo-div{
	height: 36px;
    width: 36px;
	position: fixed;
    right: 8px;
    bottom: 10%;
	z-index: 999;

}




/* .contact-info-section{
	position: relative;
	text-decoration: none;
	padding-left: 150px !important;
}
.international-phone{
	position: absolute;
	width:150px;
	top: 7%;
    left: 4%;
	padding: 0px 5px 0px 0px;
}
.international-phone select{
	border: none !important;
}
.international-phone select option{
	color: #9e9e9e;
} */


/* ******* Blogs styling ******* */

.blog-page{
	display: flex;
	flex-direction: row;
}

.blog-section-1{
	text-align: center;
    width: 70%;
    margin: 0px 80px 0px 0px;
}

.blog-title h1{
	font-size: 2.5rem;
	font-family: 'rubik';
	font-weight: 600;
	color: #222222;
	margin: 0px 0px 15px 0px;
	/* padding: 0px 90px; */
	text-align: left;
}

.blog_image{
	width: 100%;
	height: auto;
	margin: 5px 0px 15px 0px;
}

.lower_content_title{
	color: #222222;
    text-align: left;
	/* padding: 0px 90px; */
	font-size: 2rem;
    line-height: 55px;
    font-weight: 600;
}

.lower_content_text{
	text-align: left;
	/* padding: 0px 90px; */
	font-size: 1.8rem;
}

.blog-section-2{
	width: 30%;
}

.blog-section-2-main-title{
		color: #222222;
		text-align: left;
		/* padding: 0px 10px; */
		font-size: 2rem;
		line-height: 20px;
		font-weight: 600;
}

.blog-section-2-title{
	color: #F3713C;
	font-weight: 600;
	margin: 0px 0px 0px 12px;
	display: inline-block;
	vertical-align: middle;
}
.blog-section-2-text{
	margin: 7px 0px 0px 0px;
	line-height: 2rem;
	color: #222222;
}

.blog-section-2-inner{
	margin: 10px 0px 5px 0px;
	padding: 20px 10px 10px 10px;
	border: 1px solid #F3713C;
}

.blog-section-2-img{
	height: auto;
	width: 62px;
}

.slide-right {
  width:100%;
  overflow:hidden;
}
/* .slide-right p {
  animation: 10s slide-right;
} */

@keyframes slide-right {
  from {
    margin-left: -100%;
    width: 300%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}



.project-page{
	display: flex;
	flex-direction: row;
}

.project-section-1{
	text-align: center;
    width: 75%;
    margin: 0px 80px 0px 0px;
}

.project-title{
	font-size: 2.5rem;
	font-family: 'rubik';
	font-weight: 600;
	color: #222222;
	margin: 0px 0px 15px 0px;
	/* padding: 0px 90px; */
	text-align: left;
}

.project_image{
	width: 100%;
	height: auto;
	margin: 5px 0px 15px 0px;
}

.lower_content_title{
	margin: 18px 0px;
	color: #222222;
    text-align: left;
	/* padding: 0px 90px; */
	font-size: 2rem;
    line-height: 30px;
    font-weight: 600;
}

.lower_content_text{
	text-align: left;
	/* padding: 0px 90px; */
	font-size: 1.8rem;
}

.project-section-2{
	width: 25%;
}

.project-section-2-main-title{
		color: #222222;
		text-align: left;
		/* padding: 0px 10px; */
		font-size: 2rem;
		line-height: 20px;
		font-weight: 600;
}

.project-section-2-title{
	margin: 10px 0px 5px 0px;
	vertical-align: top;
}
.project-section-2-text{
	margin: 10px 0px;
	line-height: 2rem;
	color: #222222;
}

.project-section-2-inner{
	margin: 10px 0px 5px 0px;
	padding: 20px 10px 10px 10px;
	border: 1px solid grey;
}

.project-section-2-img{
	height: auto;
	width: 100%;
}





/* 
:root {
    --primary: #111;
    --secondary: #fd0;
}	 */


.select-box {
    position: relative;

    /* width: 26rem;
    margin: 7rem auto; */
}

.select-box input {
    width: 100%;
    padding: 1rem .6rem;
    font-size: 1.1rem;
    
    border: .1rem solid transparent;
    outline: none;
}

input[type="tel"] {
    border-radius: 0 .5rem .5rem 0;
}

.select-box input:focus {
    border: .1rem solid var(--primary);
}

.selected-option {
    /* background-color: #eee; */
    border-radius: .5rem;
    overflow: hidden;

    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-left: 35px;
    width: 100%;
}


.selected-option div{
	height: 32px;
    position: relative;
    width: 10rem;
    padding: 4px 2.8rem 0 0.5rem;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;

}

.selected-option div::after{
    position: absolute;
    content: "";
    right: 1.8rem;
    top: 53%;
    transform: translateY(-50%) rotate(45deg);
    
    width: .8rem;
    height: .8rem;
    border-right: .12rem solid black;
    border-bottom: .12rem solid black;

    transition: .2s;
}

.selected-option div.active::after{
    transform: translateY(-50%) rotate(225deg);
}

.select-box .options {
    position: absolute;
    top: 4rem;
    
    width: 100%;
    background-color: #fff;
    border-radius: .5rem;

    display: none;
}

.select-box .options.active {
	content: "";
	display: block;
    z-index: 9;
    margin: 0px 0px 0px 35px;
}

.select-box .options::before {
    position: absolute;
    content: "";
    left: 1rem;
    top: -1.2rem;

    width: 0;
    height: 0;
    border: .6rem solid transparent;
    border-bottom-color: var(--primary);
}

input.search-box {
    background-color: var(--primary);
    color: #fff;
    border-radius: .5rem .5rem 0 0;
    padding: 1.4rem 1rem;
}

.select-box ol {
    list-style: none;
    max-height: 23rem;
    overflow: overlay;
}

.select-box ol::-webkit-scrollbar {
    width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background-color: #ccc;
    border-radius: .4rem;
}

.select-box ol li {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.select-box ol li.hide {
    display: none;
}

.select-box ol li:not(:last-child) {
    border-bottom: .1rem solid #eee;
}

.select-box ol li:hover {
    background-color: lightcyan;
}

.select-box ol li .country-name {
    margin-left: .4rem;
}

.contact-form.style-four input[type="tel"]{
	position: absolute;
    top: 4%;
    left: 24%;
    width: 73%;
}


/*0000000000000 international ,phone modal 00000000000*/

.select-box1 {
    position: relative;

    /* width: 26rem;
    margin: 7rem auto; */
}

.select-box1 input {
    width: 100%;
    padding: 1rem .6rem;
    font-size: 1.1rem;
    
    border: .1rem solid transparent;
    outline: none;
}

.modal-input-tel input[type="tel"] {
    border-radius: 0 .5rem .5rem 0;
}

.select-box1 input:focus {
    border: .1rem solid var(--primary);
}

.selected-option1 {
    /* background-color: #eee; */
    border-radius: .5rem;
    overflow: hidden;

    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-left: 20px;
    width: 100%;
}


.selected-option1 div{
	border-radius: 10px;
	height: 30px;
	background-color: #ffffff;
    position: relative;
    width: 10rem;
    padding: 4px 2.8rem 0 0.5rem;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;

}

.selected-option1 div::after{
    position: absolute;
    content: "";
    right: 1.8rem;
    top: 53%;
    transform: translateY(-50%) rotate(45deg);
    
    width: .8rem;
    height: .8rem;
    border-right: .12rem solid black;
    border-bottom: .12rem solid black;

    transition: .2s;
}

.selected-option1 div.active::after{
    transform: translateY(-50%) rotate(225deg);
}

.select-box1 .options1 {
    position: absolute;
    top: 4rem;
    
    width: 100%;
    background-color: #fff;
    border-radius: .5rem;

    display: none;
}

.select-box1 .options1.active {
	content: "";
	display: block;
    z-index: 9;
    margin: 0px 0px 0px 20px;
}

.select-box1 .options::before {
    position: absolute;
    content: "";
    left: 1rem;
    top: -1.2rem;

    width: 0;
    height: 0;
    border: .6rem solid transparent;
    border-bottom-color: var(--primary);
}

input.search-box1 {
    background-color: var(--primary);
    color: #9e9e9e;
    border-radius: .5rem .5rem 0 0;
    padding: 1.4rem 1rem;
}

.select-box1 ol {
    list-style: none;
    max-height: 23rem;
    overflow: overlay;
}

.select-box1 ol::-webkit-scrollbar {
    width: 0.6rem;
}

.select-box1 ol::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background-color: #ccc;
    border-radius: .4rem;
}

.select-box1 ol li {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.select-box1 ol li.hide {
    display: none;
}

.select-box1 ol li:not(:last-child) {
    border-bottom: .1rem solid #eee;
}

.select-box1 ol li:hover {
    background-color: lightcyan;
}

.select-box1 ol li .country-name {
    margin-left: .4rem;
}

.contact-form.style-four input[type="tel"]{
	position: absolute;
    top: 4%;
    left: 24%; 
    width: 73%;
}


.services-title h1{
	font-size: 3.2rem;
	font-family: 'rubik';
	font-weight: 600;
	color: #222222;
	margin: 0px 0px 15px 0px;
	/* padding: 0px 90px; */
	text-align: center;
}